From: Juanma Barranquero Date: Tue, 29 Sep 2009 02:19:06 +0000 (+0000) Subject: * org-agenda.el (org-agenda-restore-windows-after-quit): Fix typo in docstring. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~10228 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=e8661a87d3327c1389fa662950e9887aede66646;p=emacs.git * org-agenda.el (org-agenda-restore-windows-after-quit): Fix typo in docstring. --- diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index 95826a602dd..8e0decf5347 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog @@ -1,3 +1,8 @@ +2009-09-29 Juanma Barranquero + + * org-agenda.el (org-agenda-restore-windows-after-quit): + Fix typo in docstring. + 2009-09-23 Juanma Barranquero * org.el (org-tree-to-indirect-buffer, org-convert-to-oddeven-levels) diff --git a/lisp/org/org-agenda.el b/lisp/org/org-agenda.el index 9e711433c78..ed9d7c05ac6 100644 --- a/lisp/org/org-agenda.el +++ b/lisp/org/org-agenda.el @@ -707,7 +707,7 @@ Before the window configuration is changed for displaying the agenda, the current status is recorded. When the agenda is exited with `q' or `x' and this option is set, the old state is restored. If `org-agenda-window-setup' is `other-frame', the value of this -option will be ignored.." +option will be ignored." :group 'org-agenda-windows :type 'boolean)